LiberationKey property

Stores a LiberationKey entered by the user.

After setting the LiberationKey property, you can check the RegisteredUser property to see if it was a valid key.

Example:

'--- User typed a key on the textbox and pressed "OK"
Private Sub cmdOK_Click()
  ActiveLock1.LiberationKey = Text1.Text
End Sub

See also: